home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
The Amiga Classic Collection
/
The Amiga Classic Collection - Disc 1.iso
/
Demo
/
DE228-SongPlayer153.DMS
/
DE228-SongPlayer153.adf
/
songplayer
/
arexx
/
Stop.rexx
< prev
next >
Wrap
OS/2 REXX Batch file
|
1999-09-22
|
192b
|
14 lines
/* Arexx Stop command of SongPlayer */
MYPORT = 'SONGPLAYER.1'
IF ~SHOW( 'P', MYPORT ) THEN DO
SAY 'SongPlayer is not running.'
EXIT 10
END
ADDRESS VALUE MYPORT
OPTIONS RESULTS
STOP